home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / fpc225_3.zip / F-PCHELP.ZIP / BLKTOSEQ.HLP < prev    next >
Text File  |  1987-12-24  |  973b  |  32 lines

  1. \ BLKTOSEQ.HLP  Conversion program, moves .BLK to .SEQ. by Tom Zimmer
  2.  
  3. cnvhcb          Input file to convert
  4. outhcb          output file we are converting to.
  5.  
  6. crlf            line terminator
  7.  
  8. blockbuf        Block conversion buffer
  9.  
  10. lastln          Turned on at the end of the conversion. ??
  11.  
  12. altoff          Offset to shaddow or ALT screen.
  13.  
  14. convblk         ( n1 --- )
  15.         Convert one block to a sequence of lines from the block
  16.         specified by n1.
  17.  
  18. commentblk      ( n1 --- )
  19.         Convert the block specified by n1 to a sequence of lines,
  20.         surrounded by "comment:" and "comment;".
  21.  
  22. convfile        ( --- )
  23.         Convert the files already open to sequential. This is a lower
  24.         level word, that should not be used from the keyboard.
  25.  
  26. conv            ( --- name )
  27.         Convert the file specified following CONV to a sequential
  28.         file. If no name is specified, then CONV will prompt for
  29.         a name.
  30.  
  31.  
  32.